home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / iv.dir / 00040_insert button callback.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  376 b   |  14 lines

  1. on mouseDown
  2.   global givState
  3.   set clik to the clickOn
  4.   set the castNum of sprite clik to the number of cast "insert button down"
  5.   updateStage()
  6.   repeat while the stillDown
  7.     nothing()
  8.   end repeat
  9.   if the mouseCast = the number of cast "insert button down" then
  10.     EditListInsert()
  11.   end if
  12.   set the castNum of sprite clik to the number of cast "insert button"
  13. end
  14.